const runtime.nan32
2 uses
runtime (current package)
softfloat64.go#L24: nan32 uint32 = (1<<expbits32-1)<<mantbits32 + 1<<(mantbits32-1) // quiet NaN, 0 payload
softfloat64.go#L320: return nan32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)